CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - snake 边缘

搜索资源列表

  1. snakechanged

    0下载:
  2. 对snake连接程序进行改进,使得边缘提取后断续的边缘能够完成连接。-Linker on the snake to improve so that the edge of edge detection can be completed after the intermittent connection.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5233197
    • 提供者:jiang
  1. Source

    0下载:
  2. 贪食蛇游戏,游戏操作: 按上下左右移动光标键, 每吃一个“豆”加一分,并且蛇的长度加一。 吃到红色的“豆”等级加1, 蛇的长度减小为1重新增长。 撞到边缘、墙壁、和蛇本身,游戏结束。 -Snake game, the game: Press up and down cursor keys to move around, each to eat a " bean" plus one point, and the snake' s length plus
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:22751
    • 提供者:熊剑波
  1. 200699131724792

    0下载:
  2. 小游戏: 贪吃蛇 Games 文件夹:贪吃蛇游戏 Source 文件夹:源程序 源程序可以在 Borland C++ 5.0 和 6.0 版本下编译通过 游戏操作: 按上下左右移动光标键, 每吃一个“豆”加一分,并且蛇的长度加一。 吃到红色的“豆”等级加1, 蛇的长度减小为1重新增长。 撞到边缘、墙壁、和蛇本身,游戏结束。-Source in the Borland C++ 5.0 and 6.0 versions compiled throug
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:194468
    • 提供者:king
  1. basic_snake

    0下载:
  2. 最基础的snake检测轮廓边缘方法的代码,用matlab编写,注释清晰完整。-The snake most basic outline of the edge detection method code, matlab written comments clear and complete.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:45784
    • 提供者:王立为
  1. trackBoundary

    0下载:
  2. snake算法的vc实现代码,包括特征点检测以及边缘分割部分-vc snake algorithm implementation code, including the feature point detection and edge segmentation part of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3308
    • 提供者: 曹吖
  1. snakearea

    0下载:
  2. 用蛇形算法分割图像,能有效的处理各种图像边缘-Image with snake segmentation algorithm can effectively handle a variety of image edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:143470
    • 提供者:li
  1. SnakeTest

    0下载:
  2. 采用贪心算法对Snake进行实现,能够分割出图像的边缘。-Greedy algorithm to achieve the Snake, and be able to split the edge of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:51036
    • 提供者:陈丛辉
  1. 16snake-picture

    0下载:
  2. 在图像分析中,使用OPENCV,用snake进行图像边缘检测-edge detecting by sanke using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:320072
    • 提供者:张娇
  1. Snake_edge

    0下载:
  2. 用于边缘检测的Snake模型.caj CAJview打开-Snake model for edge detection. Caj
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:63489
    • 提供者:shj
  1. Active-Contour-Models-

    0下载:
  2.  传统Snake 模型存在的缺点是, 其初始轮廓必须靠近图像中感兴趣目标的真实边缘,否则会得到错误结 果,且由于Snake 模型的非凸性,结果不能进入感兴趣目标的深凹部分,很容易陷入局部极小点. 由此该文提出一 种基于力场分析的主动轮廓模型,详细分析了基于欧氏距离变换的距离势能力场分布,归纳出感兴趣目标上真轮 廓点与假轮廓点的判别标准. 建立了由曲线能量到最终结果的有效方法,避免了Snake 陷入局部极小点. 实验结果 表明,该模型具有较大的捕获区域,能够进入感兴趣目标的深凹部分
  3. 所属分类:Project Manage

    • 发布日期:2017-11-10
    • 文件大小:325831
    • 提供者:罗朝辉
  1. Zernike_code

    0下载:
  2. 经典亚像素边缘检测算法Zernike算法程序,编译过可以运行-Classical active contour the snake model program, you can run the compiled! !
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-10
    • 文件大小:8022
    • 提供者:hanliangliang
  1. snake_demo

    0下载:
  2. 基于snake算法的源程序,用于医学图像的边缘提取-Snake algorithm-based source,for medical image edge extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:188049
    • 提供者:王豪
  1. MySnake

    0下载:
  2. Java实现的贪吃蛇,实现了基本功能,吃食物变长,吃到自己和碰到边缘死亡-the Snake in Java
  3. 所属分类:Games

    • 发布日期:2017-12-05
    • 文件大小:15600
    • 提供者:SinalVee
  1. 88659828snake

    0下载:
  2. snake算法是用来检测边缘,这是最基本的算法之一,还有改进算法。-edge detection,and is not perfect
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:11522
    • 提供者:wangtianyu
  1. snake_CPP

    0下载:
  2. Snake算法的C++程序,其中采用SVN算法对目标图像进行边缘检索-Snake algorithm C++ program, which uses SVN algorithm to retrieve the target image edge
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2413216
    • 提供者:yuzhen tian
  1. snkae-model

    0下载:
  2. 基于matlabGUI 的图形化界面,展示了snake能量边缘算法检测,并通过调节参数查看算法效果-MatlabGUI-based graphical interface that shows the snake energy edge detection algorithm, and the algorithm by adjusting the parameters to see the effect of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:61097
    • 提供者:蔡纪源
  1. Active-Contours-Without-Edges

    0下载:
  2. 无初始边界的蛇模型算法,可以用于影像的边缘提取-No initial boundary snake model algorithm that can be used to extract the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:449675
    • 提供者:王子蒙
  1. tanchishe

    0下载:
  2. 贪吃蛇游戏C++编写,简单小游戏,实现贪吃蛇循环吃取食物的过程,食物随机生成,触碰到边缘则游戏终止-Snake game C++ write a simple little game, take food to eat to achieve Snake circulation process, food randomly generated, touching the edge of the game is terminated
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:4638
    • 提供者:蔡斌
« 1 2 3»
搜珍网 www.dssz.com